Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(operator): Add repeatWhen operator #1911

Merged
merged 1 commit into from
Sep 1, 2016
Merged

Conversation

DomiR
Copy link
Contributor

@DomiR DomiR commented Aug 30, 2016

Description:
It still has four test from retryWhen, that are disabled as they don't make sense for repeatWhen. Maybe there are some alternative tests that should be included instead.

Related issue (if exists):

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 97.127% when pulling a00bc10 on DomiR:master into cb40e92 on ReactiveX:master.

@@ -287,6 +287,7 @@ children:
- label: I want to re-subscribe
children:
- label: repeat
- label: repeatWhen
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To clarify how this file works, you have to add a description label before adding children: > - label: repeatWhen as the child of the description label. Just check how all other operators are formatted in this file. Not repeatWhen right under repeat.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 97.127% when pulling 19362f1 on DomiR:master into cb40e92 on ReactiveX:master.

* @ignore
* @extends {Ignored}
*/
class RetryWhenSubscriber<T, R> extends OuterSubscriber<T, R> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RetryWhenSubscriber -> RepeatWhenSubscriber

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, done.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 97.127% when pulling e866f3a on DomiR:master into cb40e92 on ReactiveX:master.

@jayphelps
Copy link
Member

LGTM, needs rebase.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 97.127% when pulling c288d88 on DomiR:master into 843d135 on ReactiveX:master.

@jayphelps jayphelps merged commit a61c8b2 into ReactiveX:master Sep 1, 2016
@lock
Copy link

lock bot commented Jun 6, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants